home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / windows / r3getprp.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.2 KB  |  56 lines

  1.  
  2. // JavaScript wrapper for r3getprp.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_GETPRP_H = 1;
  7. include("oops/r3window.js")
  8.  
  9.  
  10. var R3CLID_GETPRP = 1423;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. var R3GETPRPA_TypeId = 1423500; // Integer
  19. R3GETPRPA_CbObj = 1423501;
  20. function SetR3GETPRPA_CbObj(value) {
  21.   R3Set(this.r3obj, R3GETPRPA_CbObj, value, R3TID_OBJECT, 0); 
  22. }
  23.  
  24. R3GETPRPA_CbMth = 1423502;
  25. function SetR3GETPRPA_CbMth(value) {
  26.   R3Set(this.r3obj, R3GETPRPA_CbMth, value, R3TID_INTEGER, 0); 
  27. }
  28.  
  29. R3GETPRPA_CbData = 1423503;
  30. function SetR3GETPRPA_CbData(value) {
  31.   R3Set(this.r3obj, R3GETPRPA_CbData, value, R3TID_OBJECT, 0); 
  32. }
  33.  
  34. R3GETPRPA_UnitConverter = 1423504;
  35. function SetR3GETPRPA_UnitConverter(value) {
  36.   R3Set(this.r3obj, R3GETPRPA_UnitConverter, value, R3TID_OBJECT, 0); 
  37. }
  38.  
  39.  
  40.  
  41. function r3Getprp () { 
  42.    this.base = r3God;
  43.    if(arguments.length) {
  44.       this.base(R3CLID_GETPRP, arguments);
  45.    }
  46.    // Methods
  47.  
  48.    // Attributes
  49.    this.SetCbObj=SetR3GETPRPA_CbObj;
  50.    this.SetCbMth=SetR3GETPRPA_CbMth;
  51.    this.SetCbData=SetR3GETPRPA_CbData;
  52.    this.SetUnitConverter=SetR3GETPRPA_UnitConverter;
  53. }
  54.  
  55. r3Getprp.prototype=new r3Window;
  56. // r3getprp.h_H